import { Suspense } from "react"; import { Skeleton } from "@/components/ui/skeleton"; import { Card, CardContent, CardHeader } from "@/components/ui/card"; import DolceUploadPageV2 from "./dolce-upload-page-v2"; import { Shell } from "@/components/shell"; export const metadata = { title: "조선 벤더문서 업로드(DOLCE) V2", description: "조선 설계문서 업로드 및 관리 - 분할 레이아웃", }; // ============================================================================ // 로딩 스켈레톤 // ============================================================================ function DolceUploadSkeleton() { return (